Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate Kick Development #2295

Merged
merged 18 commits into from
Nov 6, 2024
Merged

Rotate Kick Development #2295

merged 18 commits into from
Nov 6, 2024

Conversation

Squid5678
Copy link
Contributor

Description

Goal: When the robot is in possession of the ball, we want the robot to be able to rotate in-place (effectively, pivot) while holding the ball, and then score.

Associated / Resolved Issue

Link to ClickUp Card: https://app.clickup.com/t/86b1vtxnx

NOTE: As of right now, there is a current issue with path-target. When the robot initially plans towards the ball, the ending velocity of the ball (or the ending position of the robot when path planning to the ball) results in the robot losing contact to the ball after planning to the ball. This issue occurs "at random" and is attributed to a separate issue with the planning to the ball itself.

shourikb and others added 9 commits October 27, 2024 20:31
… progress. This planner should theoretically only be rotation around a point (in our case, we are developing it to rotate about itself).
…nts, we have pinpointed the likely problem. If the two rotation points are the current pivot point and the point (0, 0), it will rotate but also translate. If the only points in the rotation are the pivot point, it will try to plan but get stuck. This is because we try to move to the same point that we are already at, so we think it is done because planners check they are done by translation. However, we need to make this one check it is done by its orientation.
* dribbler is stupid

* use realism

* add realism to simoulator cli run

---------

Co-authored-by: petergarud <[email protected]>
github-actions bot and others added 2 commits October 27, 2024 20:46
automated style fixes

Co-authored-by: Squid5678 <[email protected]>
@jacksherling jacksherling merged commit 68cbf04 into ros2 Nov 6, 2024
2 checks passed
@jacksherling jacksherling deleted the rotate-kick branch November 6, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants